FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedObjectCollection<T> Class
Members


NamedObjectCollection<T> Class
Represents the strongly typed INamedObject object collection.
Syntax
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
 
'Usage
 
Dim instance As NamedObjectCollection(Of T)
Type Parameters
T
Remarks
Provides methods and properties to search, and access to items using the Name property of the INamedObject object.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      FarPoint.Win.Spread.NamedObjectCollection<T>
         FarPoint.Win.Spread.ValidateActionCollection

See Also